home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1994 October / 64er_Magazin_94-10_1994_Markt__Technik_de_Side_A.d64 / imp.source #5 < prev    next >
Text File  |  2022-10-26  |  2KB  |  106 lines

  1.  
  2.  
  3.  
  4. ;---------------------------------------
  5. ;
  6. ;       - I M P E R O I D   V 5 -
  7. ;
  8. ;         - by Hannes Sommer -
  9. ;
  10. ;      - (c) Markt & Technik '94 -
  11. ;
  12. ;---------------------------------------
  13.  
  14. shlo     = $50
  15. shhi     = $51
  16. elo      = $fa
  17. ehi      = $fb
  18. v        = 53248
  19. be       = $47f8
  20. bord     = 703
  21.  
  22.          *= $8000
  23.  
  24.          jmp title
  25.  
  26.  
  27. cols     .byte 0,0,0,0,0,0,0,0
  28.          .byte 0,0,0,0,0,0,0,0
  29.          .byte 0,9,8,10,15,7,1,1
  30.          .byte 1,1,13,3,14,4,6,0
  31.  
  32.          .byte 0,0,0,0,0,0,0,0
  33.          .byte 0,0,0,0,0,0,0,0
  34.  
  35.  
  36.  
  37. ;------------ F L I - Logo -------------
  38.  
  39.  
  40. fli
  41.  
  42.          lda #56
  43.          sta $d011
  44.  
  45.          inc fly1+1
  46. fly1     lda #0
  47.          lsr a
  48.          and #31
  49.          tay
  50.  
  51.          ldx #0
  52. fli0     lda cols,y
  53.          sta $50,x
  54.          iny
  55.          inx
  56.          cpx #15
  57.          bne fli0
  58.          lda #0
  59.          sta $5f
  60.  
  61.  
  62.          lda #49
  63. fli1     cmp $d012
  64.          bcs fli1
  65.  
  66.          ldx #3
  67. fli2     dex
  68.          bne fli2
  69.  
  70.          lda #63
  71.          ldx #8
  72.          sta $d011
  73.          stx $d018
  74.          lda $5f
  75.          sta $d020
  76.          sta $d021
  77.          lda #56
  78.          ldx #24
  79.          sta $d011
  80.          stx $d018
  81.          lda $5f
  82.          sta $d020
  83.          sta $d021
  84.          lda #57
  85.          ldx #40
  86.          sta $d011
  87.          stx $d018
  88.          lda $5f
  89.          sta $d020
  90.          sta $d021
  91.          lda #58
  92.          ldx #56
  93.          sta $d011
  94.          stx $d018
  95.          lda $5f
  96.          sta $d020
  97.          sta $d021
  98.          lda #59
  99.          ldx #72
  100.          sta $d011
  101.          stx $d018
  102.          lda $50
  103.          sta $d020
  104.          sta $d021
  105.          lda #60
  106.          ldx